From 3d0f2b414ca72a390a2b28ad7e0f25bed497be32 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Mon, 20 Jan 2025 19:06:42 +0100 Subject: [PATCH] Ignore tests on hppa and sparc64 (big-endian) Closes: #1091665 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e8b34e05..5ed61275 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ else PARALLEL= endif -ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64 hppa sparc64)) RUN_TESTS= else RUN_TESTS=-DBUILD_global_tests=ON -DBUILD_TESTS=ON -- 2.30.2